debian/bin/genorig.py: mkdir ../orig
authorHans van Kranenburg <hans@knorrie.org>
Fri, 26 Jan 2018 02:38:52 +0000 (03:38 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Sat, 27 Jan 2018 23:35:09 +0000 (00:35 +0100)
commita9fbb5923f32dd5bc65cabc826374b5b6413abde
tree3a6bfa6a864e6029d63f92a4a43bd85fb9bb4df0
parentea2334dfe05304caf1c8ee4db03de00193591930
debian/bin/genorig.py: mkdir ../orig

First time someone does this the directory does not exist and you get an
ugly error. I copied this from the debian kernel genorig.py.

Note: currently my biggest annoyance with the placement of the orig file
in ../orig and the symlink to it is that if I run pbuilder, I will end
up with a symlink pointing nowhere in my pbuilder result location
instead of the actual orig, which makes including it into reprepro bork
of course.

For now, I'm making minimal changes to this. We can improve and change
it later. But this change prevents more lines in the README.source for
now.

Signed-off-by: Hans van Kranenburg <hans@knorrie.org>
debian/bin/genorig.py